home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 July: Mac OS SDK / Dev.CD Jul 97 SDK1.toast / Development Kits (Disc 1) / QuickDraw GX / Programming Stuff / Sample Code / Printing Samples / Printer Drivers… / ImageWriterLQ (alt. rdip) / DialogRoutines.h < prev    next >
Encoding:
Text File  |  1996-03-20  |  807 b   |  25 lines  |  [TEXT/MPS ]

  1. /*---------------------------------------------------------------------------
  2. FILENAME
  3.     DialogRoutines.h
  4.  
  5. DESCRIPTION
  6.     This file is the header file the routines which are implemented in the
  7.     DialogRoutines.c file.
  8.         
  9. COPYRIGHT
  10.     Copyright Apple Computer, Inc. 1992-1994
  11.     All rights reserved. 
  12.     
  13. INTERFACE ROUTINES:
  14.     DoSheetfeederDialog
  15.     
  16.     12/20/93 - dmh - Sync'd with the shipping 1.0b3 GX driver.
  17.      8/28/94 - dmh - Sync'd with the shipping 1.0.1 GX driver.
  18.  
  19. -------------------------------------------------------------------------------- */
  20.  
  21. /***************************************************************************************
  22. *                                         FORWARD DECLARATIONS                                                 *
  23. ***************************************************************************************/                        
  24.  
  25. OSErr DoSheetfeederDialog(void);